projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c025fb0
)
(ewoc-collect): Return results in the correct order.
author
Alexandre Julliard
<julliard@winehq.org>
Wed, 9 Apr 2008 18:50:34 +0000
(18:50 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 9 Apr 2008 18:50:34 +0000
(18:50 +0000)
lisp/emacs-lisp/ewoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/ewoc.el
b/lisp/emacs-lisp/ewoc.el
index b21ec5e9c85ae58934640434b707532680f5f818..503580b80f310be643340493dc61e7870807c30d 100644
(file)
--- a/
lisp/emacs-lisp/ewoc.el
+++ b/
lisp/emacs-lisp/ewoc.el
@@
-547,7
+547,7
@@
remaining arguments will be passed to PREDICATE."
(if (apply predicate (ewoc--node-data node) args)
(push (ewoc--node-data node) result))
(setq node (ewoc--node-prev dll node)))
-
(nreverse result)
))
+
result
))
(defun ewoc-buffer (ewoc)
"Return the buffer that is associated with EWOC.